﻿2026-08-05T03:57:05.9043786Z ##[group]Run actions/checkout@v5
2026-08-05T03:57:05.9044604Z with:
2026-08-05T03:57:05.9045037Z   ref: 0a25b77cf997eac65b071366c8194b8a17034d6f
2026-08-05T03:57:05.9045553Z   fetch-depth: 1
2026-08-05T03:57:05.9045958Z   repository: BigscreenVR/spt-bs-core
2026-08-05T03:57:05.9049258Z   token: ***
2026-08-05T03:57:05.9049648Z   ssh-strict: true
2026-08-05T03:57:05.9050053Z   ssh-user: git
2026-08-05T03:57:05.9050447Z   persist-credentials: true
2026-08-05T03:57:05.9050864Z   clean: true
2026-08-05T03:57:05.9051264Z   sparse-checkout-cone-mode: true
2026-08-05T03:57:05.9051716Z   fetch-tags: false
2026-08-05T03:57:05.9052111Z   show-progress: true
2026-08-05T03:57:05.9052513Z   lfs: false
2026-08-05T03:57:05.9052898Z   submodules: false
2026-08-05T03:57:05.9053303Z   set-safe-directory: true
2026-08-05T03:57:05.9053733Z   allow-unsafe-pr-checkout: false
2026-08-05T03:57:05.9054379Z ##[endgroup]
2026-08-05T03:57:05.9833251Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-05T03:57:05.9834993Z ##[group]Getting Git version info
2026-08-05T03:57:05.9835803Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-05T03:57:05.9836870Z [command]/usr/bin/git version
2026-08-05T03:57:05.9837336Z git version 2.43.0
2026-08-05T03:57:05.9844844Z ##[endgroup]
2026-08-05T03:57:05.9853192Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/e9685b29-679a-421d-9f61-17ed0e2f2112/.gitconfig'
2026-08-05T03:57:05.9860805Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e9685b29-679a-421d-9f61-17ed0e2f2112' before making global git config changes
2026-08-05T03:57:05.9863090Z Adding repository directory to the temporary git global config as a safe directory
2026-08-05T03:57:05.9865130Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-05T03:57:05.9898007Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-05T03:57:05.9915385Z https://github.com/BigscreenVR/spt-bs-core
2026-08-05T03:57:05.9926565Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-05T03:57:05.9929273Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-05T03:57:05.9948377Z refs/heads/golden/w1-locksmith-t2
2026-08-05T03:57:05.9954837Z [command]/usr/bin/git checkout --detach
2026-08-05T03:57:06.0012921Z HEAD is now at 0a25b77cf release: bump workspace to 0.55.0 (bump-in-PR, onto the tested tree)
2026-08-05T03:57:06.0046879Z [command]/usr/bin/git branch --delete --force golden/w1-locksmith-t2
2026-08-05T03:57:06.0073826Z Deleted branch golden/w1-locksmith-t2 (was 0a25b77cf).
2026-08-05T03:57:06.0078114Z ##[endgroup]
2026-08-05T03:57:06.0079821Z [command]/usr/bin/git submodule status
2026-08-05T03:57:06.0269028Z ##[group]Cleaning the repository
2026-08-05T03:57:06.0271654Z [command]/usr/bin/git clean -ffdx
2026-08-05T03:57:07.6774562Z Removing .adapter-notify/
2026-08-05T03:57:07.6775144Z Removing bench-ledger/
2026-08-05T03:57:07.6775473Z Removing target/
2026-08-05T03:57:07.6785104Z [command]/usr/bin/git reset --hard HEAD
2026-08-05T03:57:07.6854383Z HEAD is now at 0a25b77cf release: bump workspace to 0.55.0 (bump-in-PR, onto the tested tree)
2026-08-05T03:57:07.6861256Z ##[endgroup]
2026-08-05T03:57:07.6862878Z ##[group]Disabling automatic garbage collection
2026-08-05T03:57:07.6865941Z [command]/usr/bin/git config --local gc.auto 0
2026-08-05T03:57:07.6889831Z ##[endgroup]
2026-08-05T03:57:07.6890304Z ##[group]Setting up auth
2026-08-05T03:57:07.6928840Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-05T03:57:07.6955020Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-05T03:57:07.7144612Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-05T03:57:07.7171806Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-05T03:57:07.7354867Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-05T03:57:07.7380249Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-05T03:57:07.7564741Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-05T03:57:07.7596599Z ##[endgroup]
2026-08-05T03:57:07.7597013Z ##[group]Fetching the repository
2026-08-05T03:57:07.7603471Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 0a25b77cf997eac65b071366c8194b8a17034d6f
2026-08-05T03:57:08.1976947Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-05T03:57:08.1977740Z  * branch                0a25b77cf997eac65b071366c8194b8a17034d6f -> FETCH_HEAD
2026-08-05T03:57:08.2007285Z ##[endgroup]
2026-08-05T03:57:08.2007946Z ##[group]Determining the checkout info
2026-08-05T03:57:08.2010864Z ##[endgroup]
2026-08-05T03:57:08.2015544Z [command]/usr/bin/git sparse-checkout disable
2026-08-05T03:57:08.2057966Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-05T03:57:08.2080588Z ##[group]Checking out the ref
2026-08-05T03:57:08.2083075Z [command]/usr/bin/git checkout --progress --force 0a25b77cf997eac65b071366c8194b8a17034d6f
2026-08-05T03:57:08.2133989Z HEAD is now at 0a25b77cf release: bump workspace to 0.55.0 (bump-in-PR, onto the tested tree)
2026-08-05T03:57:08.2139124Z ##[endgroup]
2026-08-05T03:57:08.2171429Z [command]/usr/bin/git log -1 --format=%H
2026-08-05T03:57:08.2193526Z 0a25b77cf997eac65b071366c8194b8a17034d6f
